libxl: use GCSPRINTF in place of libxl_sprintf() in libxl_qmp.c
authorKelley Nielsen <kelleynnn@gmail.com>
Mon, 11 Nov 2013 23:23:52 +0000 (15:23 -0800)
committerIan Campbell <ian.campbell@citrix.com>
Tue, 19 Nov 2013 14:09:43 +0000 (14:09 +0000)
commit5ad997a70583f7ee43baaefd6ad2e5d71fc44663
tree4e520649bd546bc5b227507699e4173ec01732be
parentc61ca4baa041c49b70b3ccee04cac48fdf6f7bff
libxl: use GCSPRINTF in place of libxl_sprintf() in libxl_qmp.c

Code cleanup -- no functional changes

The convenience macro GCSPRINTF has been written to be used in place of
libxl_sprintf. Change all calls to libxl_sprintf() in libxl_qmp.c to
invocations of the new macro.

Suggested-by: Anthony PERARD <anthony.perard@citrix.com>
Signed-off-by: Kelley Nielsen <kelleynnn@gmail.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
tools/libxl/libxl_qmp.c